home *** CD-ROM | disk | FTP | other *** search
- on mouseUp
- puppetSprite(7, 1)
- set the castNum of sprite 7 to 51
- updateStage()
- sound playFile 1, "click"
- repeat while soundBusy(1)
- nothing()
- end repeat
- set the castNum of sprite 7 to 45
- updateStage()
- puppetSprite(7, 0)
- go("hckijyo")
- end
-